home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_5 / issue_08 / boota / C-source / MakeUnNum < prev    next >
Encoding:
Text File  |  1991-12-16  |  1.0 KB  |  46 lines

  1. # Project:   UnNum
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback 
  6. Linkflags = -aif -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.^.!UnNum.UnNum:         @.o.UnNum @.o.argfuncs @.o.GetDirs c:o.Stubs 
  16.         Link $(Linkflags) @.o.UnNum @.o.argfuncs @.o.GetDirs c:o.Stubs 
  17.  
  18.  
  19. # User-editable dependencies:
  20.  
  21. # Static dependencies:
  22. @.o.UnNum:   @.c.UnNum
  23.         cc $(ccflags) -o @.o.UnNum @.c.UnNum 
  24. @.o.argfuncs:   @.c.argfuncs
  25.         cc $(ccflags) -o @.o.argfuncs @.c.argfuncs 
  26. @.o.GetDirs:   @.c.GetDirs
  27.         cc $(ccflags) -o @.o.GetDirs @.c.GetDirs 
  28.  
  29.  
  30. # Dynamic dependencies:
  31. o.argfuncs:    c.argfuncs
  32. o.argfuncs:    C:h.kernel
  33. o.argfuncs:    C:h.swis
  34. o.argfuncs:    h.GetDirs
  35. o.argfuncs:    h.Useful
  36. o.argfuncs:    h.Argfuncs
  37. o.GetDirs:    c.GetDirs
  38. o.GetDirs:    C:h.kernel
  39. o.GetDirs:    h.getdirs
  40. o.GetDirs:    h.useful
  41. o.UnNum:    c.UnNum
  42. o.UnNum:    C:h.kernel
  43. o.UnNum:    h.GetDirs
  44. o.UnNum:    h.ArgFuncs
  45. o.UnNum:    h.Useful
  46.